-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to embedded-hal=1.0.0-alpha.10
#663
update to embedded-hal=1.0.0-alpha.10
#663
Conversation
aa6beef
to
008fbeb
Compare
shit - i missed that! should i abandon this PR? i think this one here would be ready (i just fixed the additional |
008fbeb
to
84513c3
Compare
Could you move other changes from #653 to this PR? Then I merge it. |
there were various breaking changes in alpha.9 and alpha.10 which have been applied here. see [their changelog][embedded-hal-1.0.0-alpha.10] for further details. important: this is completely untested beyond "it compiles", please test this carefully! compilation has been tested with the `stm32f401` feature, the CI will show whether it'll also compile for all others. note that this does only the bare minimum to make it build against the new version - it does not implement any of the newly added APIs. this can be done in subsequent commits. this fixes stm32-rs#602 [embedded-hal-1.0.0-alpha.10]: https://github.com/rust-embedded/embedded-hal/blob/v1.0.0-alpha.10/embedded-hal/CHANGELOG.md
84513c3
to
6fa9e55
Compare
done (with the exception of the |
alpha.11 released |
well, that was bad timing 😅 |
there were various breaking changes in alpha.9 and alpha.10 which have been applied here. see their changelog for further details.
important: this is completely untested beyond "it compiles", please test this carefully!
compilation has been tested with the
stm32f401
feature, the CI will show whether it'll also compile for all others.note that this does only the bare minimum to make it build against the new version - it does not implement any of the newly added APIs. this can be done in subsequent commits.
this fixes #602